When dragging text, use a drag icon showing the (ellipsized) text that is
authorMatthias Clasen <mclasen@redhat.com>
Mon, 11 Jul 2005 17:51:54 +0000 (17:51 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 11 Jul 2005 17:51:54 +0000 (17:51 +0000)
commit13a341e0e9f8f99c3749161ab60424eb10815d59
treed56ea566430bbf66e69f7509cb9a0780f63de429
parent7912643e8f2f7a98d625ce99e8a924b1a2fd744c
When dragging text, use a drag icon showing the (ellipsized) text that is

2005-07-11  Matthias Clasen  <mclasen@redhat.com>

When dragging text, use a drag icon showing the (ellipsized)
text that is being dragged: (#161132, Kevin Duffus, patch
by Carlos Garnacho Parro)

* gtk/gtktextutil.h:
* gtk/gtktextutil.c (_gtk_text_util_create_drag_icon): Add
a function to create a pixmap for use when dragging text.

* gtk/gtktextview.c (gtk_text_view_start_selection_dnd):
* gtk/gtklabel.c (gtk_label_motion):
* gtk/gtkentry.c (gtk_entry_motion_notify): Use a drag icon
showing the text being dragged.

2005-07-11  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkentry.c (gtk_entry_move_forward_word)
(gtk_entry_move_backward_word): Match the text view change
to allow selecting whitespace with double-click.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkentry.c
gtk/gtklabel.c
gtk/gtktextutil.c
gtk/gtktextutil.h
gtk/gtktextview.c